-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HSCAN NOVALUES #2722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes requested here but looking awesome - with tidy we should be good, thanks for this!
This comment was marked as outdated.
This comment was marked as outdated.
67c2177
to
156f3b9
Compare
- add a new message.create - test version guards
hey @WeihanLi , checking where the similar approach is applied and will try that. thanks ! where is this quote from?
|
From my research: valkey:
double checked with valkey, not supported so far, 7.2.5 does not support this feature 😢 Supported with Redis 7.4 |
my 2 cents on this,, |
hey @NickCraver, how about taking another look to this one?? Let me know if you have concerns or there are things to fix and i ll deal with it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; the unrelated whitespace changes are ... not ideal in a feature PR, but I think we should just eat them - they're fine
TODO (not necessarily as part of this PR, for timing): release notes
I noticed in updating this that we have a mismatch here on I'd ask when adding here: that's the purpose of the smaller overload for |
hey @NickCraver,, trying to remember my reasoning.. and after a quick look back to the code, you are most probably right. |
Closes/Fixes #2721
brings new functions to the API ;
to enable the return type consisting of keys in the hash.
added some unit and integration tests in paralled to what is there for
HashScan
andHashScanAsnyc
.